.sh-top {
  position: relative;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
}
.sh-top .sh-banner {
  position: relative;
  font-size: 0;
}
.sh-top .sh-banner img {
  width: 100%;
}
.sh-top .sh-content {
  position: relative;
  padding: 0.2rem;
  padding-top: 2rem;
}
.sh-top .sh-content .infoContent {
  border-radius: 0.2rem;
  position: absolute;
  box-sizing: border-box;
  width: calc(100vw - 0.4rem);
  padding: 0.2rem;
  top: -0.4rem;
  background-color: rgba(61, 78, 92, 0.3);
}
.sh-top .sh-content .infoContent .txt {
  color: #fff;
}
.sh-top .sh-content .infoContent .txt a {
  color: #fff;
}
.sh-top .sh-content .infoView {
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.2rem;
  padding-bottom: 0.6rem;
  background-color: rgba(61, 78, 92, 0.3);
}
.sh-top .sh-content .infoView .titleBar {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.sh-top .sh-content .infoView .titleBar .titleLabel {
  font-weight: bold;
}
.sh-top .sh-content .infoView .titleBar .moreBtn {
  color: #fff;
}
.sh-top .infoViewList + .infoViewList {
  margin-top: 0.6rem;
}
.sh-top .swiper_ai {
  position: relative;
  left: 0rem;
  top: 0.2rem;
}
.sh-top .swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sh-top .swiper_box .imgBox-Item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-top .swiper_box .img {
  width: 1.44rem;
  height: 2.1rem;
}
.sh-top .swiper_box .img img {
  vertical-align: unset !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-top .swiper_box .lisen {
  position: absolute;
  z-index: 101;
  width: 0.8rem;
  height: 0.8rem;
}
.sh-top .swiper_box .lisen img {
  display: block;
  width: 100%;
  height: 100%;
}
.sh-top .part1View {
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  width: 100%;
  height: 3rem;
  background-image: url(../img/l1.png);
  background-size: 100% 100%;
  background-position: center bottom;
}
.sh-top .part1View .viewBox {
  padding: 0.1rem;
  padding-top: 0.53rem;
  line-height: 0.6rem;
  padding-left: 2.8rem;
  color: #fff;
}
.sh-top .part1View .viewBox .btn {
  text-align: right;
}
.sh-top .partDetail + .partDetail {
  margin-top: 0.2rem;
}
.sh-top .part2View {
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  width: 100%;
  height: 3rem;
  background-image: url(../img/l2.png);
  background-size: 100% 100%;
  background-position: center bottom;
}
.sh-top .part2View .viewBox {
  padding: 0.1rem;
  padding-top: 0.53rem;
  line-height: 0.6rem;
  padding-left: 2.8rem;
  color: #fff;
}
.sh-top .part2View .viewBox .btn {
  text-align: right;
}
.sh-top .part3View {
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  width: 100%;
  height: 3rem;
  background-image: url(../img/l3.png);
  background-size: 100% 100%;
  background-position: center bottom;
}
.sh-top .part3View .viewBox {
  padding: 0.1rem;
  padding-top: 0.53rem;
  line-height: 0.6rem;
  padding-left: 2.8rem;
  color: #fff;
}
.sh-top .part3View .viewBox .btn {
  text-align: right;
}
.sh-top .menuBarBottom {
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.3rem;
}
.sh-top .menuBarBottom .menuBar {
  display: flex;
}
.sh-top .menuBarBottom .menuBar .menuBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}
.sh-top .menuBarBottom .menuBar .menuBox .icon {
  width: 0.8rem;
  height: 0.8rem;
}
.sh-top .menuBarBottom .menuBar .menuBox .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-top .menuBarBottom .menuBar .menuBox .txt {
  color: #fff;
}
.sh-top .part4View {
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  width: 100%;
  height: 3rem;
  background-image: url(../img/l4.png);
  background-size: 100% 100%;
  background-position: center bottom;
}
.sh-top .part4View .viewBox {
  padding: 0.1rem;
  padding-top: 0.53rem;
  line-height: 0.6rem;
  padding-left: 2.8rem;
  color: #fff;
}
.sh-top .part4View .viewBox .btn {
  text-align: right;
}
.sh-top .swiper-button-prev,
.sh-top .swiper-container-rtl .swiper-button-next {
  left: -0.1rem;
  border-radius: 5px;
  width: 20px;
  height: 40px;
  z-index: 13;
  color: #fff;
}
.sh-top .swiper-button-next,
.sh-top .swiper-container-rtl .swiper-button-prev {
  right: -0.1rem;
  border-radius: 5px;
  width: 20px;
  height: 40px;
  color: #fff;
}
.sh-top .swiper-button-next:after,
.sh-top .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.sh-top .swiper-button-prev:after,
.sh-top .swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.sh-top .mask {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 12;
  pointer-events: none;
}
.sh-top .mask img {
  vertical-align: top;
}
.addModel .am-modal-dialog .am-modal-hd {
  font-size: 0.42rem !important;
}
.addModel .am-modal-dialog .am-modal-bd {
    font-size: 0.36rem !important;
}
